home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / lanzplus.txt < prev    next >
Text File  |  1991-08-04  |  7KB  |  146 lines

  1. TECHNICAL BULLETIN                                               LANZ
  2. LANtastic Z zero slot LAN                                        08.05.91
  3. LANtastic Z with ethernet or 2mbps networks                                                                   
  4.                                                                                                               
  5. LANtastic Z has been tested in-house and is compatible with all other LANtastic
  6. networks.  This bulletin should replace all other notes generated from this 
  7. office to date. While claiming LANtastic Z and other LANtastic networks are
  8. compatible, Artisoft is not responsible for the compatibility of any other 
  9. application(s) running over LANtastic networks.
  10.  
  11. The following information is based on in-house testing of LANtastic Z.  If you 
  12. are not a registered LANtastic owner, your questions should be directed to our 
  13. technical sales staff at (602) 293-6363.  Any questions or comments on this 
  14. bulletin may be forwarded by FAX (602) 293-8065 or mailed to : 
  15. Artisoft Inc., 575 East River Road, Tucson, AZ., 85704
  16. ATTN: LANtastic Z Support.
  17. -------------------------------------------------------------------------------
  18.  
  19. RUNNING LANTASTIC Z WITH AN ETHERNET OR 2MBPS NETWORK 
  20.  
  21. All versions of LANtastic network operating systems MUST be the same.
  22.  
  23. Running LANtastic Z with an ethernet or 2mbps network at the same time utilizes
  24. two network adapters. The modem port, serial port, or parallel port acts as the
  25. second network adapter. The server must have 2 network adapters specified in the
  26. Server Startup Parameters (under the NET_MGR program). Since LANtastic does not
  27. support network bridging over adapters, the two networks will function totally 
  28. independent of each other, but may share the same common server.
  29.  
  30. LANtastic Z must be fully installed on the remote computer, but should not be
  31. installed on the computer acting as the common server.  The following files from
  32. LANtastic Z must be copied into the network directory on the common server :
  33.  
  34. PPORT.EXE
  35. SPORT.EXE
  36. MPORT.EXE
  37. Z_MGR.EXE
  38. Z_MGR.MNU
  39. Z_MGR.HLP
  40.  
  41. Running an AE2 network with a LANtastic Z network requires that the low-level
  42. driver for the port and the second netbios (AILANBIO) use a different MPX 
  43. (multiplexor) number, since the default of C7 is already being used by the AE2
  44. adapter and it's netbios. The second netbios must also run on adapter 1, since 
  45. the first netbios runs on adapter 0.
  46.  
  47. Running a 2mbps network with a LANtastic Z network does not require the use of a
  48. second MPX number on the second netbios, since the 2mbps network does not 
  49. utilize a multiplexor.
  50.  
  51. The following are sample batch files for running LANtastic Z concurrently with
  52. an ethernet or 2mbps network.
  53.  
  54. LANtastic Z parallel with an AE2 network                                            
  55. ----------------------------------------
  56. PATH %PATH%;C:\LANTASTI;C:\LANTASTI.NET
  57. REM Bring up AE2 network on adapter 0
  58. C:\LANTASTI\AE2 IRQ=xx IOBASE=xxx
  59. C:\LANTASTI\AILANBIO
  60. REM Bring up LANtastic Z up on adapter 1
  61. C:\LANTASTI\PPORT PORT=LPTx MPX=C0
  62. C:\LANTASTI\AILANBIO ADAPTER=1 MPX=C0
  63. REM Bring up the redirector, cache, and server programs
  64. C:\LANTASTI\REDIR machine_name LOGINS=xx
  65. C:\LANTASTI\LANCACHE [switches]
  66. C:\LANTASTI\SERVER
  67. REM Login to the server, redirect drive H, and LPT1, and set LPT timeout
  68. C:\LANTASTI\NET LOGIN \\server_name USER PASSWORD
  69. C:\LANTASTI\NET LPT TIMEOUT 10
  70. C:\LANTASTI\NET USE H: \\server_name\C-DRIVE
  71. C:\LANTASTI\NET USE LPT1 \\server_name\@PRINTER
  72. :END
  73.  
  74. LANtastic Z parallel with a 2mbps network                                            
  75. -----------------------------------------
  76. PATH=%PATH%;C:\LANTASTI;C:\LANTASTI.NET
  77. REM Bring up 2mbps network on adapter 0
  78. C:\LANTASTI\LANBIOS2/AUTO
  79. REM Bring up LANtastic Z parallel on adapter 1
  80. C:\LANTASTI\PPORT PORT=LPTx
  81. C:\LANTASTI\AILANBIO ADAPTER=1
  82. REM Bring up redirector, cache, and server programs
  83. C:\LANTASTI\REDIR machine_name LOGINS=xx
  84. C:\LANTASTI\LANCACHE [switches]
  85. C:\LANTASTI\SERVER
  86. REM login to the server, redirect drive H and LPT1, and set LPT timeout
  87. C:\LANTASTI\NET LOGIN \\server_name USER PASSWORD
  88. C:\LANTASTI\NET LPT TIMEOUT 10
  89. C:\LANTASTI\NET USE H: \\server_name\C-DRIVE
  90. C:\LANTASTI\NET USE LPT1 \\server_name\@PRINTER
  91. :END
  92.  
  93.  
  94. Running LANtastic Z serial version follows the same conventions as above with 
  95. the exception of substituting the SPORT command in place of the PPORT command,
  96. and using the switch PORT=COMx in place of the PORT=LPTx switch.
  97.  
  98. LANtastic Z modem with an AE2 network                                              
  99. -------------------------------------
  100. Using modems with LANtastic Z is the same as using the parallel version, with
  101. the exception of switches to specify baud rate and possibly flow control. If 
  102. special commands are must be sent to the modem (I.E. to activate Auto-Answer), 
  103. these commands are stored within the phone list entry (under the Z_MGR program)
  104. in Modem Commands and Network Options.
  105.  
  106. The following is a sample batch file for running LANtastic Z modem version
  107. concurrently with an AE2 LANtastic network :
  108.  
  109. PATH=%PATH%;C:\LANTASTI;C:\LANTASTI.NET
  110. REM Bring up AE2 network on adapter 0
  111. C:\LANTASTI\AE2 IRQ=xx IOBASE=xxx
  112. C:\LANTASTI\AILANBIO
  113. REM Bring up LANtastic Z modem on adapter 1
  114. C:\LANTASTI\MPORT PORT=COMx BAUD=xxxx FLOW_CONTROL=[switch] MPX=C0
  115. C:\LANTASTI\AILANBIO ADAPTER=1 MPX=C0
  116. REM bring up the redirector, cache, and server programs
  117. REDIR machine_name LOGINS=XX
  118. LANCACHE [switches]
  119. SERVER
  120. REM send commands contained in the phone list to the modem (if necessary)
  121. Z_MGR MPX=C0 SETUP=phone_list_entry
  122. REM login to the network, redirect drive H, and LPT1, and set LPT timeout
  123. C:\LANTASTI\NET LOGIN \\server_name USER PASSWORD
  124. C:\LANTASTI\NET LPT TIMEOUT 10
  125. C:\LANTASTI\NET USE H: \\server_name\C-DRIVE
  126. C:\LANTASTI\NET USE LPT1 \\server_name\@PRINTER
  127. :END
  128.  
  129. Notice that when using the MPX=C0 switch on MPORT & AILANBIO, the same switch
  130. must be used in order for the Z_MGR program to function properly. The syntax to
  131. start the program from the DOS command prompt is :
  132.  
  133. Z_MGR MPX=C0
  134.  
  135. Running LANtastic Z modem with a 2mbps network follows the same conventions as
  136. above, with the exception of the low-level drivers for the 2mbps adapter, and
  137. there is no need to use an MPX number on the MPORT or AILANBIO drivers, or with
  138. the Z_MGR program.
  139.  
  140. -------------------------------------------------------------------------------
  141.  
  142. ARTISOFT, Inc. makes no warranties as to the completeness or accuracy of this
  143. document.  LANtastic is a registered trademark of ARTISOFT, Inc.  Brand names 
  144. and product names are trademarks or registered trademarks of their respective
  145. companies.
  146.